在php中安装imagick时出错

I'm getting an error as

'phpize' is not recognized as an internal or external command, operable program or batch file.

while installing imagick version 3.1.1 in php.

I am trying to install in

Windows 7 32-bit

XAMPP Version: 1.8.3

I try the following procedure

  1. "cd imagick-3.1.1" - go where you placed the folder

  2. "phpize"

  3. "./configure --with-imagick=/opt/local"

  4. "make"

  5. "make install"

present in the link http://php.net/manual/en/imagick.installation.php

Please help me out. I'm a newbie in this. Sorry for asking this question, still i need some guidance to resolve this. Hope someone will help.