Hi Roshan,
Yes, it should be easy to connect this sensor to Arduino boards.
It is a 5V, temperature compensated and calibrated differential pressure sensor for ±25kPa. The offset is 2.5V and the output is 90mV per kPa.
The pins are numbered as follows:

So connect Arduino 5V to sensor pin 2. Arduino GND to sensor pin 3. Arduino analog input (for example A0) to sensor pin 4.
Read the analog value and write it to the serial monitor: http://arduino.cc/en/Tutorial/ReadAnalogVoltage
If that is working, you can start to calculate the actual pressure.
Hope it helps!
Best regards,
Tomas