How to use algo builder?

If I try this

cd infrastructure
make create-private-net start-private-net
make setup-master-account

it shows:

PS G:\algo\algorand java\algo-builder> cd infrastructure
PS G:\algo\algorand java\algo-builder\infrastructure> make create-private-net start-private-net
-d was unexpected at this time.
make: *** [create-private-net] Error 255
PS G:\algo\algorand java\algo-builder\infrastructure> make setup-master-account
process_begin: CreateProcess(NULL, goal account list -d `pwd`/node_data/PrimaryNode, ...) failed.
operable program or batch file.
goal account import -m "enforce drive foster uniform cradle tired win arrow wasp melt cattle chronic sport dinosaur announce shell correct shed amused dismiss mother jazz task above hospital" -d `pwd`/node_data/PrimaryNode
'goal' is not recognized as an internal or external command,
operable program or batch file.
make: *** [setup-master-account] Error 1

I already set make in path as well:

PS G:\algo\algorand java\algo-builder> make --version
GNU Make 3.81
Copyright (C) 2006  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.      
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

This program built for i386-pc-mingw32
PS G:\algo\algorand java\algo-builder> 

You need to install the Algorand software.

See How to connect ASA with purestake API? - #9 by fabrice for the options on Windows.
(Ignore the sandbox one which will not work with algobuilder)