Problema al instalar Bower en Windows

Estoy usando Windows 7 de 64 bits e instalo Bower con

npm install -g bower

Parece instalarse correctamente.

npm http GET https://registry.npmjs.org/amdefine
npm http 304 https://registry.npmjs.org/amdefine
C:\Program Files (x86)\Git\local\bower -> C:\Program Files (x86)\Git\local\node_
modules\bower\bin\bower
[email protected] C:\Program Files (x86)\Git\local\node_modules\bower
...

Pero Bower no funciona:

$bower
sh.exe": bower: command not found

$bower -v
sh.exe": bower: command not found

¿Qué podría estar mal?

Respuestas a la pregunta(3)

Su respuesta a la pregunta