build,windows: vcbuild.bat should try to detect location of python.exe

  • Version: *
  • Platform: Windows
  • Subsystem: build

Ref: nodejs/CTC#147 (comment)

vcbuild.bat requires python for proper operation. Currently it assumes python.exe is in the path. There is a standard way to query the windows registry for the install location of python PEP-0514, vcbuild.bat should implement it.